Burst Error-correcting Code
   HOME

TheInfoList



OR:

In
coding theory Coding theory is the study of the properties of codes and their respective fitness for specific applications. Codes are used for data compression, cryptography, error detection and correction, data transmission and data storage. Codes are studied ...
, burst error-correcting codes employ methods of correcting
burst error In telecommunication, a burst error or error burst is a contiguous sequence of symbols, received over a communication channel, such that the first and last symbols are in error and there exists no contiguous subsequence of ''m'' correctly receive ...
s, which are errors that occur in many consecutive bits rather than occurring in bits independently of each other. Many codes have been designed to correct
random error Observational error (or measurement error) is the difference between a measured value of a quantity and its true value.Dodge, Y. (2003) ''The Oxford Dictionary of Statistical Terms'', OUP. In statistics, an error is not necessarily a "mistake" ...
s. Sometimes, however, channels may introduce errors which are localized in a short interval. Such errors occur in a burst (called
burst error In telecommunication, a burst error or error burst is a contiguous sequence of symbols, received over a communication channel, such that the first and last symbols are in error and there exists no contiguous subsequence of ''m'' correctly receive ...
s) because they occur in many consecutive bits. Examples of burst errors can be found extensively in storage mediums. These errors may be due to physical damage such as scratch on a disc or a stroke of lightning in case of wireless channels. They are not independent; they tend to be spatially concentrated. If one bit has an error, it is likely that the adjacent bits could also be corrupted. The methods used to correct random errors are inefficient to correct burst errors.


Definitions

A burst of length Coding Bounds for Multiple Phased-Burst Correction and Single Burst Correction Codes Say a codeword C is transmitted, and it is received as Y = C + E. Then, the error vector E is called a burst of length \ell if the nonzero components of E are confined to \ell consecutive components. For example, E = (0\textbf0) is a burst of length \ell = 7. Although this definition is sufficient to describe what a burst error is, the majority of the tools developed for burst error correction rely on cyclic codes. This motivates our next definition. A cyclic burst of length An error vector E is called a cyclic burst error of length \ell if its nonzero components are confined to \ell cyclically consecutive components. For example, the previously considered error vector E = (010000110), is a cyclic burst of length \ell = 5, since we consider the error starting at position 6 and ending at position 1. Notice the indices are 0-based, that is, the first element is at position 0. For the remainder of this article, we will use the term burst to refer to a cyclic burst, unless noted otherwise.


Burst description

It is often useful to have a compact definition of a burst error, that encompasses not only its length, but also the pattern, and location of such error. We define a burst description to be a tuple (P,L) where P is the pattern of the error (that is the string of symbols beginning with the first nonzero entry in the error pattern, and ending with the last nonzero symbol), and L is the location, on the codeword, where the burst can be found. For example, the burst description of the error pattern E = (010000110) is D = (1000011,1). Notice that such description is not unique, because D' = (11001,6) describes the same burst error. In general, if the number of nonzero components in E is w, then E will have w different burst descriptions each starting at a different nonzero entry of E. To remedy the issues that arise by the ambiguity of burst descriptions with the theorem below, however before doing so we need a definition first. Definition. The number of symbols in a given error pattern y, is denoted by \mathrm(y). A corollary of the above theorem is that we cannot have two distinct burst descriptions for bursts of length \tfrac(n+1).


Cyclic codes for burst error correction

Cyclic code In coding theory, a cyclic code is a block code, where the circular shifts of each codeword gives another word that belongs to the code. They are error-correcting codes that have algebraic properties that are convenient for efficient error detecti ...
s are defined as follows: think of the q symbols as elements in \mathbb_q. Now, we can think of words as polynomials over \mathbb_q, where the individual symbols of a word correspond to the different coefficients of the polynomial. To define a cyclic code, we pick a fixed polynomial, called
generator polynomial In coding theory, a polynomial code is a type of linear code whose set of valid code words consists of those polynomials (usually of some fixed length) that are polynomial long division, divisible by a given fixed polynomial (of shorter length, call ...
. The codewords of this cyclic code are all the polynomials that are divisible by this generator polynomial. Codewords are polynomials of degree \leqslant n-1. Suppose that the generator polynomial g(x) has degree r. Polynomials of degree \leqslant n-1 that are divisible by g(x) result from multiplying g(x) by polynomials of degree \leqslant n-1-r. We have q^ such polynomials. Each one of them corresponds to a codeword. Therefore, k=n-r for cyclic codes. Cyclic codes can detect all bursts of length up to \ell = n-k = r. We will see later that the burst error detection ability of any (n, k) code is bounded from above by \ell \leqslant n-k. Cyclic codes are considered optimal for burst error detection since they meet this upper bound: The above proof suggests a simple algorithm for burst error detection/correction in cyclic codes: given a transmitted word (i.e. a polynomial of degree \leqslant n-1), compute the remainder of this word when divided by g(x). If the remainder is zero (i.e. if the word is divisible by g(x)), then it is a valid codeword. Otherwise, report an error. To correct this error, subtract this remainder from the transmitted word. The subtraction result is going to be divisible by g(x) (i.e. it is going to be a valid codeword). By the upper bound on burst error detection (\ell \leqslant n-k = r), we know that a cyclic code can not detect ''all'' bursts of length \ell > r. However cyclic codes can indeed detect ''most'' bursts of length > r. The reason is that detection fails only when the burst is divisible by g(x). Over binary alphabets, there exist 2^ bursts of length \ell. Out of those, only 2^ are divisible by g(x). Therefore, the detection failure probability is very small (2^) assuming a uniform distribution over all bursts of length \ell. We now consider a fundamental theorem about cyclic codes that will aid in designing efficient burst-error correcting codes, by categorizing bursts into different cosets.


Burst error correction bounds


Upper bounds on burst error detection and correction

By upper bound, we mean a limit on our error detection ability that we can never go beyond. Suppose that we want to design an (n, k) code that can detect all burst errors of length \leqslant \ell. A natural question to ask is: given n and k, what is the maximum \ell that we can never achieve beyond? In other words, what is the upper bound on the length \ell of bursts that we can detect using any (n, k) code? The following theorem provides an answer to this question. Now, we repeat the same question but for error correction: given n and k, what is the upper bound on the length \ell of bursts that we can correct using any (n, k) code? The following theorem provides a preliminary answer to this question: A stronger result is given by the Rieger bound: Definition. A linear burst-error-correcting code achieving the above Rieger bound is called an optimal burst-error-correcting code.


Further bounds on burst error correction

There is more than one upper bound on the achievable code rate of linear block codes for multiple phased-burst correction (MPBC). One such bound is constrained to a maximum correctable cyclic burst length within every subblock, or equivalently a constraint on the minimum error free length or gap within every phased-burst. This bound, when reduced to the special case of a bound for single burst correction, is the Abramson bound (a corollary of the Hamming bound for burst-error correction) when the cyclic burst length is less than half the block length.Ling, San, and Chaoping Xing. Coding Theory: A First Course. Cambridge, UK: Cambridge UP, 2004. Print ''Remark.'' r = n - k is called the redundancy of the code and in an alternative formulation for the Abramson's bounds is r \geqslant \lceil \log_2(n+1) \rceil + \ell -1.


Fire codesMoon, Todd K. Error Correction Coding: Mathematical Methods and Algorithms. Hoboken, NJ: Wiley-Interscience, 2005. PrintLin, Shu, and Daniel J. Costello. Error Control Coding: Fundamentals and Applications. Upper Saddle River, NJ: Pearson-Prentice Hall, 2004. Print

While
cyclic code In coding theory, a cyclic code is a block code, where the circular shifts of each codeword gives another word that belongs to the code. They are error-correcting codes that have algebraic properties that are convenient for efficient error detecti ...
s in general are powerful tools for detecting burst errors, we now consider a family of binary cyclic codes named Fire Codes, which possess good single burst error correction capabilities. By single burst, say of length \ell, we mean that all errors that a received codeword possess lie within a fixed span of \ell digits. Let p(x) be an
irreducible polynomial In mathematics, an irreducible polynomial is, roughly speaking, a polynomial that cannot be factored into the product of two non-constant polynomials. The property of irreducibility depends on the nature of the coefficients that are accepted f ...
of degree m over \mathbb_2, and let p be the period of p(x). The period of p(x), and indeed of any polynomial, is defined to be the least positive integer r such that p(x) , x^r - 1. Let \ell be a positive integer satisfying \ell \leqslant m and 2\ell -1 not divisible by p, where p is the period of p(x). Define the Fire Code G by the following
generator polynomial In coding theory, a polynomial code is a type of linear code whose set of valid code words consists of those polynomials (usually of some fixed length) that are polynomial long division, divisible by a given fixed polynomial (of shorter length, call ...
: g(x) = \left (x^ + 1 \right )p(x). We will show that G is an \ell-burst-error correcting code. If we can show that all bursts of length \ell or less occur in different
coset In mathematics, specifically group theory, a subgroup of a group may be used to decompose the underlying set of into disjoint, equal-size subsets called cosets. There are ''left cosets'' and ''right cosets''. Cosets (both left and right) ...
s, we can use them as coset leaders that form correctable error patterns. The reason is simple: we know that each coset has a unique
syndrome decoding In coding theory, decoding is the process of translating received messages into codewords of a given code. There have been many common methods of mapping messages to codewords. These are often used to recover messages sent over a noisy channel, su ...
associated with it, and if all bursts of different lengths occur in different cosets, then all have unique syndromes, facilitating error correction.


Proof of Theorem

Let x^i a(x) and x^j b(x) be polynomials with degrees \ell_1-1 and \ell_2-1, representing bursts of length \ell_1 and \ell_2 respectively with \ell_1, \ell_2 \leqslant \ell. The integers i, j represent the starting positions of the bursts, and are less than the block length of the code. For contradiction sake, assume that x^i a(x) and x^j b(x) are in the same coset. Then, v(x) = x^i a(x) + x^j b(x) is a valid codeword (since both terms are in the same coset). Without loss of generality, pick i \leqslant j. By the division theorem we can write: j-i = g(2\ell -1)+r, for integers g and r, 0 \leqslant r < 2\ell -1. We rewrite the polynomial v(x) as follows: v(x) = x^ia(x) + x^ = x^ia(x) + x^ + 2x^b(x) = x^i \left (a(x) + x^b b(x) \right ) + x^b(x) \left (x^+1 \right ) Notice that at the second manipulation, we introduced the term 2x^b(x). We are allowed to do so, since Fire Codes operate on \mathbb_2. By our assumption, v(x) is a valid codeword, and thus, must be a multiple of g(x). As mentioned earlier, since the factors of g(x) are relatively prime, v(x) has to be divisible by x^ + 1. Looking closely at the last expression derived for v(x) we notice that x^ + 1 is divisible by x^ + 1 (by the corollary of Lemma 2). Therefore, a(x) + x^bb(x) is either divisible by x^ + 1 or is 0. Applying the division theorem again, we see that there exists a polynomial d(x) with degree \delta such that: a(x) + x^b b(x) = d(x) (x^+1) Then we may write: \begin \delta + 2\ell -1 & = \deg \left (d(x) \left (x^+1 \right ) \right ) \\ &= \deg \left (a(x) + x^b b(x) \right ) \\ &= \deg \left (x^b b(x) \right ) && \deg(a(x)) = \ell_1 - 1 < 2\ell -1 \\ &= b + \ell_2 -1 \end Equating the degree of both sides, gives us b = 2\ell - \ell_2 + \delta. Since \ell_1, \ell_2 \leqslant \ell we can conclude b \geqslant \ell + \delta, which implies b > \ell -1 and b > \delta. Notice that in the expansion: a(x) + x^bb(x) = 1 + a_1x + a_2x^2 + \dots + x^ + x^b \left (1 + b_1x + b_2x^2 + \dots + x^ \right ). The term x^b appears, but since \delta < b < 2\ell -1, the resulting expression d(x)(x^ + 1) does not contain x^b, therefore d(x) = 0 and subsequently a(x) + x^b b(x) = 0. This requires that b = 0, and a(x) = b(x). We can further revise our division of j-i by g(2\ell -1) to reflect b = 0, that is Substituting back into v(x) gives us, v(x) = x^i b(x) \left (x^+1 \right ). Since \deg(b(x)) = \ell_2-1 < \ell, we have \deg(b(x)) < \deg(p(x)) = m. But p(x) is irreducible, therefore b(x) and p(x) must be relatively prime. Since v(x) is a codeword, x^+1 must be divisible by p(x), as it cannot be divisible by x^ + 1. Therefore, j-i must be a multiple of p. But it must also be a multiple of 2\ell -1, which implies it must be a multiple of n = \text(2\ell -1,p) but that is precisely the block-length of the code. Therefore, j-i cannot be a multiple of n since they are both less than n. Thus, our assumption of v(x) being a codeword is incorrect, and therefore x^i a(x) and x^j b(x) are in different cosets, with unique syndromes, and therefore correctable.


Example: 5-burst error correcting fire code

With the theory presented in the above section, consider the construction of a 5-burst error correcting Fire Code. Remember that to construct a Fire Code, we need an irreducible polynomial p(x), an integer \ell, representing the burst error correction capability of our code, and we need to satisfy the property that 2\ell -1 is not divisible by the period of p(x). With these requirements in mind, consider the irreducible polynomial p(x) = 1 + x^2 + x^5, and let \ell = 5. Since p(x) is a primitive polynomial, its period is 2^5 - 1 = 31. We confirm that 2\ell - 1 = 9 is not divisible by 31. Thus, g(x) = (x^9+1) \left (1 + x^2 + x^5 \right ) = 1 + x^2 + x^5 + x^9 + x^ + x^ is a Fire Code generator. We can calculate the block-length of the code by evaluating the least common multiple of p and 2\ell -1. In other words, n = \text(9,31) = 279. Thus, the Fire Code above is a cyclic code capable of correcting any burst of length 5 or less.


Binary Reed–Solomon codes

Certain families of codes, such as Reed–Solomon, operate on alphabet sizes larger than binary. This property awards such codes powerful burst error correction capabilities. Consider a code operating on \mathbb_. Each symbol of the alphabet can be represented by m bits. If C is an (n,k) Reed–Solomon code over \mathbb_, we can think of C as an n,mk2 code over \mathbb_. The reason such codes are powerful for burst error correction is that each symbol is represented by m bits, and in general, it is irrelevant how many of those m bits are erroneous; whether a single bit, or all of the m bits contain errors, from a decoding perspective it is still a single symbol error. In other words, since burst errors tend to occur in clusters, there is a strong possibility of several binary errors contributing to a single symbol error. Notice that a burst of (m+1) errors can affect at most 2 symbols, and a burst of 2m + 1 can affect at most 3 symbols. Then, a burst of tm+1 can affect at most t + 1 symbols; this implies that a t-symbols-error correcting code can correct a burst of length at most (t-1)m+1. In general, a t-error correcting Reed–Solomon code over \mathbb_ can correct any combination of \frac or fewer bursts of length l, on top of being able to correct t-random worst case errors.


An example of a binary RS code

Let G be a 55,223,33/math> RS code over \mathbb_. This code was employed by
NASA The National Aeronautics and Space Administration (NASA ) is an independent agencies of the United States government, independent agency of the US federal government responsible for the civil List of government space agencies, space program ...
in their Cassini-Huygens spacecraft. It is capable of correcting \lfloor 33/2 \rfloor = 16 symbol errors. We now construct a Binary RS Code G' from G. Each symbol will be written using \lceil \log_2(255) \rceil = 8 bits. Therefore, the Binary RS code will have 040,1784,332 as its parameters. It is capable of correcting any single burst of length l = 121.


Interleaved codes

Interleaving is used to convert convolutional codes from random error correctors to burst error correctors. The basic idea behind the use of interleaved codes is to jumble symbols at the transmitter. This leads to randomization of bursts of received errors which are closely located and we can then apply the analysis for random channel. Thus, the main function performed by the interleaver at transmitter is to alter the input symbol sequence. At the receiver, the deinterleaver will alter the received sequence to get back the original unaltered sequence at the transmitter.


Burst error correcting capacity of interleaver


Block interleaver

The figure below shows a 4 by 3 interleaver. The above interleaver is called as a block interleaver. Here, the input symbols are written sequentially in the rows and the output symbols are obtained by reading the columns sequentially. Thus, this is in the form of M \times N array. Generally, N is length of the codeword. Capacity of block interleaver: For an M \times N block interleaver and burst of length \ell, the upper limit on number of errors is \tfrac. This is obvious from the fact that we are reading the output column wise and the number of rows is M. By the theorem above for error correction capacity up to t, the maximum burst length allowed is Mt. For burst length of Mt+1, the decoder may fail. Efficiency of block interleaver (\gamma): It is found by taking ratio of burst length where decoder may fail to the interleaver memory. Thus, we can formulate \gamma as \gamma=\frac \approx \frac. Drawbacks of block interleaver : As it is clear from the figure, the columns are read sequentially, the receiver can interpret single row only after it receives complete message and not before that. Also, the receiver requires a considerable amount of memory in order to store the received symbols and has to store the complete message. Thus, these factors give rise to two drawbacks, one is the latency and other is the storage (fairly large amount of memory). These drawbacks can be avoided by using the convolutional interleaver described below.


Convolutional interleaver

Cross interleaver is a kind of multiplexer-demultiplexer system. In this system, delay lines are used to progressively increase length. Delay line is basically an electronic circuit used to delay the signal by certain time duration. Let n be the number of delay lines and d be the number of symbols introduced by each delay line. Thus, the separation between consecutive inputs = nd symbols. Let the length of codeword \leqslant n. Thus, each symbol in the input codeword will be on distinct delay line. Let a burst error of length \ell occur. Since the separation between consecutive symbols is nd, the number of errors that the deinterleaved output may contain is \tfrac. By the theorem above, for error correction capacity up to t, maximum burst length allowed is (nd+1)(t-1). For burst length of (nd+1) (t-1) + 1, decoder may fail. Efficiency of cross interleaver (\gamma): It is found by taking the ratio of burst length where decoder may fail to the interleaver memory. In this case, the memory of interleaver can be calculated as (0 + 1 + 2 + 3 + \cdots + (n-1))d = \frac d. Thus, we can formulate \gamma as follows: \gamma = \frac. Performance of cross interleaver : As shown in the above interleaver figure, the output is nothing but the diagonal symbols generated at the end of each delay line. In this case, when the input multiplexer switch completes around half switching, we can read first row at the receiver. Thus, we need to store maximum of around half message at receiver in order to read first row. This drastically brings down the storage requirement by half. Since just half message is now required to read first row, the latency is also reduced by half which is good improvement over the block interleaver. Thus, the total interleaver memory is split between transmitter and receiver.


Applications


Compact disc

Without error correcting codes, digital audio would not be technically feasible.Algebraic Error Control Codes (Autumn 2012) – Handouts from Stanford University The Reed–Solomon codes can correct a corrupted symbol with a single bit error just as easily as it can correct a symbol with all bits wrong. This makes the RS codes particularly suitable for correcting burst errors. By far, the most common application of RS codes is in compact discs. In addition to basic error correction provided by RS codes, protection against burst errors due to scratches on the disc is provided by a cross interleaver. Current compact disc digital audio system was developed by N. V. Philips of The Netherlands and Sony Corporation of Japan (agreement signed in 1979). A compact disc comprises a 120 mm aluminized disc coated with a clear plastic coating, with spiral track, approximately 5 km in length, which is optically scanned by a laser of wavelength ~0.8 μm, at a constant speed of ~1.25 m/s. For achieving this constant speed, rotation of the disc is varied from ~8 rev/s while scanning at the inner portion of the track to ~3.5 rev/s at the outer portion. Pits and lands are the depressions (0.12 μm deep) and flat segments constituting the binary data along the track (0.6 μm width).McEliece, Robert J. The Theory of Information and Coding: A Mathematical Framework for Communication. Reading, MA: Addison-Wesley Pub., Advanced Book Program, 1977. Print The CD process can be abstracted as a sequence of the following sub-processes: * Channel encoding of source of signals * Mechanical sub-processes of preparing a master disc, producing user discs and sensing the signals embedded on user discs while playing – the channel * Decoding the signals sensed from user discs The process is subject to both burst errors and random errors. Burst errors include those due to disc material (defects of aluminum reflecting film, poor reflective index of transparent disc material), disc production (faults during disc forming and disc cutting etc.), disc handling (scratches – generally thin, radial and orthogonal to direction of recording) and variations in play-back mechanism. Random errors include those due to jitter of reconstructed signal wave and interference in signal. CIRC ( Cross-Interleaved Reed–Solomon code) is the basis for error detection and correction in the CD process. It corrects error bursts up to 3,500 bits in sequence (2.4 mm in length as seen on CD surface) and compensates for error bursts up to 12,000 bits (8.5 mm) that may be caused by minor scratches. Encoding: Sound-waves are sampled and converted to digital form by an A/D converter. The sound wave is sampled for amplitude (at 44.1 kHz or 44,100 pairs, one each for the left and right channels of the stereo sound). The amplitude at an instance is assigned a binary string of length 16. Thus, each sample produces two binary vectors from \mathbb_2^ or 4 \mathbb_2^ bytes of data. Every second of sound recorded results in 44,100 × 32 = 1,411,200 bits (176,400 bytes) of data. The 1.41 Mbit/s sampled data stream passes through the error correction system eventually getting converted to a stream of 1.88 Mbit/s. Input for the encoder consists of input frames each of 24 8-bit symbols (12 16-bit samples from the A/D converter, 6 each from left and right data (sound) sources). A frame can be represented by L_1 R_1 L_2 R_2 \ldots L_6 R_6 where L_i and R_i are bytes from the left and right channels from the i^ sample of the frame. Initially, the bytes are permuted to form new frames represented by L_1 L_3 L_5 R_1 R_3 R_5 L_2 L_4 L_6 R_2 R_4 R_6 where L_i,R_i represent i-th left and right samples from the frame after 2 intervening frames. Next, these 24 message symbols are encoded using C2 (28,24,5) Reed–Solomon code which is a shortened RS code over \mathbb_. This is two-error-correcting, being of minimum distance 5. This adds 4 bytes of redundancy, P_1 P_2 forming a new frame: L_1 L_3 L_5 R_1 R_3 R_5 P_1 P_2 L_2 L_4 L_6 R_2 R_4 R_6. The resulting 28-symbol codeword is passed through a (28.4) cross interleaver leading to 28 interleaved symbols. These are then passed through C1 (32,28,5) RS code, resulting in codewords of 32 coded output symbols. Further regrouping of odd numbered symbols of a codeword with even numbered symbols of the next codeword is done to break up any short bursts that may still be present after the above 4-frame delay interleaving. Thus, for every 24 input symbols there will be 32 output symbols giving R = 24/32 . Finally one byte of control and display information is added. Each of the 33 bytes is then converted to 17 bits through EFM (eight to fourteen modulation) and addition of 3 merge bits. Therefore, the frame of six samples results in 33 bytes × 17 bits (561 bits) to which are added 24 synchronization bits and 3 merging bits yielding a total of 588 bits. Decoding: The CD player (CIRC decoder) receives the 32 output symbol data stream. This stream passes through the decoder D1 first. It is up to individual designers of CD systems to decide on decoding methods and optimize their product performance. Being of minimum distance 5 The D1, D2 decoders can each correct a combination of e errors and f erasures such that 2e+f<5. In most decoding solutions, D1 is designed to correct single error. And in case of more than 1 error, this decoder outputs 28 erasures. The deinterlever at the succeeding stage distributes these erasures across 28 D2 codewords. Again in most solutions, D2 is set to deal with erasures only (a simpler and less expensive solution). If more than 4 erasures were to be encountered, 24 erasures are output by D2. Thereafter, an error concealment system attempts to interpolate (from neighboring symbols) in case of uncorrectable symbols, failing which sounds corresponding to such erroneous symbols get muted. Performance of CIRC: CIRC conceals long bust errors by simple linear interpolation. 2.5 mm of track length (4000 bits) is the maximum completely correctable burst length. 7.7 mm track length (12,300 bits) is the maximum burst length that can be interpolated. Sample interpolation rate is one every 10 hours at Bit Error Rate (BER) = 10^ and 1000 samples per minute at BER = 10^ Undetectable error samples (clicks): less than one every 750 hours at BER = 10^ and negligible at BER = 10^.


See also

* Error detection and correction *
Error-correcting codes with feedback In mathematics, computer science, telecommunication, information theory, and searching theory, error-correcting codes with feedback refers to error correcting codes designed to work in the presence of feedback from the receiver to the sender.See a ...
*
Code rate In telecommunication and information theory, the code rate (or information rateHuffman, W. Cary, and Pless, Vera, ''Fundamentals of Error-Correcting Codes'', Cambridge, 2003.) of a forward error correction code is the proportion of the data-str ...
* Reed–Solomon error correction


References

{{Reflist, 33em Coding theory Error detection and correction Computer errors